Skip to content

Add See and Do pattern#54

Open
sergeychernyshev wants to merge 19 commits intomainfrom
pattern-see-and-do
Open

Add See and Do pattern#54
sergeychernyshev wants to merge 19 commits intomainfrom
pattern-see-and-do

Conversation

@sergeychernyshev
Copy link
Copy Markdown
Collaborator

Summary

  • Adds a new pattern article on closing the gap between when content becomes visible and when the page can actually respond to interaction.
  • Covers the right metrics (INP, TBT, Long Tasks, TTI), avoiding rendering UI you can't yet operate, breaking up long tasks, and protecting critical interaction paths.
  • Includes a simple SVG thumbnail and reuses the site-wide OG image.

Closes #8

Test plan

  • Run npm run start and verify the article renders at /patterns/see_and_do/
  • Confirm the new pattern appears in the homepage list with thumbnail
  • Confirm the new pattern shows up in the side nav

🤖 Generated with Claude Code

@sergeychernyshev sergeychernyshev force-pushed the pattern-see-and-do branch 3 times, most recently from e407467 to ac4c076 Compare April 26, 2026 17:37
@sergeychernyshev sergeychernyshev self-assigned this Apr 26, 2026
Copy link
Copy Markdown
Collaborator

@AlexanderChernyshev AlexanderChernyshev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This look good.

I could suggest adding links to info about some of the highlighted commands you have near the end such as where you mention "requestIdleCallback, scheduler.postTask, or simple setTimeout(0) yields".

It would be good is someone who doesn't know about them could click them to find documentation about them, but this isn't a must. They can always look it up themselves.

If it is possible, could be a good feature to include going forward or retroactively.

@sergeychernyshev sergeychernyshev changed the base branch from master to main April 26, 2026 23:11
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 26, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
speedpatterns-com 1b9d6df Commit Preview URL

Branch Preview URL
Apr 27 2026, 12:40 AM

sergeychernyshev and others added 18 commits April 26, 2026 20:39
Closes #8

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Primary author taken from the original issue (#8) creator (Joseph Gannon /
vanux); Sergey Chernyshev added as secondary author. Date is the issue
creation date.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DRAFT New Pattern: See and Do

2 participants